Skip to content

Conversation

mikmart
Copy link
Contributor

@mikmart mikmart commented Aug 23, 2025

I found this useful while trying to debug #111 with a program like:

#define NOB_IMPLEMENTATION
#define NOB_EXPERIMENTAL_DELETE_OLD
#include "../nob.h"

int main(int arg, char **argv) {
    NOB_GO_REBUILD_URSELF(arg, argv);
    nob_log(NOB_INFO, "Hello, World!");
    nob_touch_file(__FILE__);
    return 0;
}

Maybe it's useful in general?

@webdevred
Copy link

I do personally find this useful 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants